PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFInkAnnotation Class / getInkColor Method
In This Topic
    getInkColor Method
    In This Topic
    Gets the annotation ink color.
    Syntax
    public PDFColor getInkColor()

    Return Value

    A com.o2sol.pdf4java.graphics.colors.PDFColor specifying the ink color with which to stroke the annotation paths.
    See Also